::-webkit-input-placeholder {
  color: #b0b0b0; }

::-moz-input-placeholder {
  color: #b0b0b0; }

:-ms-input-placeholder {
  color: #b0b0b0; }

.center {
  width: 1200px;
  margin: 0 auto; }

.home-body .top-banner {
  display: block; }
.home-body .top-navbar {
  top: 60px; }
.home-body .qykx-open {
  top: 96px; }
.home-body .top-search {
  top: 96px; }
.home-body .qykx-part-title .qykx-part-anchor {
  top: -200px; }

.top-banner {
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9001;
  overflow: hidden; }
  .top-banner .center {
    height: 100%; }
  .top-banner a {
    display: block;
    height: 100%; }
  .top-banner:hover .top-banner-close {
    display: block; }
  .top-banner .top-banner-close {
    display: none;
    width: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 20px; }
    .top-banner .top-banner-close .iconfont {
      display: inline-block;
      line-height: 1;
      font-weight: bold;
      cursor: pointer; }
  .top-banner .swiper-wrapper, .top-banner .swiper-slide {
    height: 100%; }

.top-navbar {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  background: #fafafa;
  border-bottom: solid 1px #eee;
  line-height: 36px;
  font-size: 12px;
  transition: top ease .3s;
  -webkit-transition: top ease .3s;
  -moz-transition: top ease .3s;
  -o-transition: top ease .3s;
  position: fixed;
  top: 0;
  z-index: 9001; }
  .top-navbar .center {
    height: 100%; }
  .top-navbar .site-phone {
    color: #999;
    height: 100%; }
    .top-navbar .site-phone span {
      font-size: 14px;
      color: #ff6600; }
  .top-navbar .site-link, .top-navbar .site-phone {
    color: #999; }
    .top-navbar .site-link ul.site-nav > li, .top-navbar .site-phone ul.site-nav > li {
      position: relative;
      float: left; }
      .top-navbar .site-link ul.site-nav > li > a, .top-navbar .site-phone ul.site-nav > li > a {
        display: block;
        padding: 0 15px; }
      .top-navbar .site-link ul.site-nav > li:hover, .top-navbar .site-phone ul.site-nav > li:hover {
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .top-navbar .site-link ul.site-nav > li:hover ul.sub-site-nav, .top-navbar .site-phone ul.site-nav > li:hover ul.sub-site-nav {
          max-height: 290px; }
        .top-navbar .site-link ul.site-nav > li:hover .sub-nav, .top-navbar .site-phone ul.site-nav > li:hover .sub-nav {
          max-height: 400px; }
        .top-navbar .site-link ul.site-nav > li:hover::after, .top-navbar .site-phone ul.site-nav > li:hover::after {
          display: none; }
        .top-navbar .site-link ul.site-nav > li:hover::before, .top-navbar .site-phone ul.site-nav > li:hover::before {
          content: '';
          display: block;
          width: 1px;
          height: 15px;
          background: #fff;
          position: absolute;
          right: 0;
          top: 10px;
          z-index: 100; }
      .top-navbar .site-link ul.site-nav > li:first-child::after, .top-navbar .site-phone ul.site-nav > li:first-child::after {
        display: none; }
      .top-navbar .site-link ul.site-nav > li::after, .top-navbar .site-phone ul.site-nav > li::after {
        content: '';
        display: block;
        width: 1px;
        height: 15px;
        background: #999;
        position: absolute;
        left: -1px;
        top: 10px; }
      .top-navbar .site-link ul.site-nav > li .iconfont, .top-navbar .site-phone ul.site-nav > li .iconfont {
        font-size: 12px;
        margin: 0 3px; }
    .top-navbar .site-link ul.site-nav .color-orange, .top-navbar .site-phone ul.site-nav .color-orange {
      color: #ff6600; }
    .top-navbar .site-link ul.sub-site-nav, .top-navbar .site-phone ul.sub-site-nav {
      width: 115px;
      background: #fff;
      color: #666;
      max-height: 0;
      overflow: hidden;
      text-align: center;
      position: absolute;
      top: 35px;
      right: 0;
      transition: max-height ease 0.3s;
      -webkit-transition: max-height ease 0.3s;
      -moz-transition: max-height ease 0.3s;
      -o-transition: max-height ease 0.3s;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      z-index: 2000; }
      .top-navbar .site-link ul.sub-site-nav li, .top-navbar .site-phone ul.sub-site-nav li {
        line-height: 30px; }
        .top-navbar .site-link ul.sub-site-nav li a, .top-navbar .site-phone ul.sub-site-nav li a {
          display: block; }
          .top-navbar .site-link ul.sub-site-nav li a:hover, .top-navbar .site-phone ul.sub-site-nav li a:hover {
            color: #1a6dbe; }
    .top-navbar .site-link ul.sub-site-nav-first, .top-navbar .site-phone ul.sub-site-nav-first {
      width: 120px;
      right: auto;
      left: 0; }
      .top-navbar .site-link ul.sub-site-nav-first li a, .top-navbar .site-phone ul.sub-site-nav-first li a {
        text-align: left;
        padding: 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .top-navbar .site-link ul.sub-site-nav-code, .top-navbar .site-phone ul.sub-site-nav-code {
      width: 225px; }
      .top-navbar .site-link ul.sub-site-nav-code li, .top-navbar .site-phone ul.sub-site-nav-code li {
        padding: 10px;
        float: left; }
        .top-navbar .site-link ul.sub-site-nav-code li img, .top-navbar .site-phone ul.sub-site-nav-code li img {
          width: 85px; }
        .top-navbar .site-link ul.sub-site-nav-code li .sub-site-code-name, .top-navbar .site-phone ul.sub-site-nav-code li .sub-site-code-name {
          line-height: 1;
          margin-top: 5px; }
    .top-navbar .site-link ul.sub-site-list, .top-navbar .site-phone ul.sub-site-list {
      right: auto;
      left: 0;
      padding: 0 10px; }
      .top-navbar .site-link ul.sub-site-list li, .top-navbar .site-phone ul.sub-site-list li {
        box-sizing: content-box;
        float: left;
        width: 50%;
        height: 24px;
        line-height: 24px;
        padding: 10px 0; }
        .top-navbar .site-link ul.sub-site-list li a:hover, .top-navbar .site-phone ul.sub-site-list li a:hover {
          background: #4aaaff;
          color: #fff; }
    .top-navbar .site-link ul.sub-site-kf, .top-navbar .site-phone ul.sub-site-kf {
      width: 230px;
      padding: 0 10px;
      background-color: #fff;
      left: 0; }
      .top-navbar .site-link ul.sub-site-kf li, .top-navbar .site-phone ul.sub-site-kf li {
        float: left; }
        .top-navbar .site-link ul.sub-site-kf li:nth-of-type(1), .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(1) {
          margin-top: 20px; }
          .top-navbar .site-link ul.sub-site-kf li:nth-of-type(1) span, .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(1) span {
            float: left;
            display: block; }
            .top-navbar .site-link ul.sub-site-kf li:nth-of-type(1) span:nth-of-type(1), .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(1) span:nth-of-type(1) {
              font-size: 12px;
              width: 90px;
              height: 30px;
              line-height: 30px;
              color: #999; }
              .top-navbar .site-link ul.sub-site-kf li:nth-of-type(1) span:nth-of-type(1) img, .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(1) span:nth-of-type(1) img {
                vertical-align: middle; }
            .top-navbar .site-link ul.sub-site-kf li:nth-of-type(1) span:nth-of-type(2), .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(1) span:nth-of-type(2) {
              font-size: 14px;
              width: 120px;
              height: 30px;
              line-height: 30px;
              text-align: left; }
        .top-navbar .site-link ul.sub-site-kf li:nth-of-type(2), .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(2) {
          margin-bottom: 20px; }
          .top-navbar .site-link ul.sub-site-kf li:nth-of-type(2) span, .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(2) span {
            float: left;
            display: block; }
            .top-navbar .site-link ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(1), .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(1) {
              font-size: 12px;
              width: 90px;
              height: 30px;
              line-height: 30px;
              color: #999; }
              .top-navbar .site-link ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(1) img, .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(1) img {
                vertical-align: middle; }
            .top-navbar .site-link ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(2), .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(2) {
              font-size: 14px;
              width: 120px;
              text-align: left; }
              .top-navbar .site-link ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(2) img, .top-navbar .site-phone ul.sub-site-kf li:nth-of-type(2) span:nth-of-type(2) img {
                max-width: 120px; }
    .top-navbar .site-link .sub-nav, .top-navbar .site-phone .sub-nav {
      width: 1200px;
      max-height: 0;
      background: #fff;
      overflow: hidden;
      position: absolute;
      top: 35px;
      right: 0;
      transition: max-height ease 0.3s;
      -webkit-transition: max-height ease 0.3s;
      -moz-transition: max-height ease 0.3s;
      -o-transition: max-height ease 0.3s;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      z-index: 1000; }
      .top-navbar .site-link .sub-nav .sub-nav-top, .top-navbar .site-phone .sub-nav .sub-nav-top {
        padding: 24px; }
      .top-navbar .site-link .sub-nav .sub-nav-part, .top-navbar .site-phone .sub-nav .sub-nav-part {
        width: 144px;
        font-size: 14px;
        color: #757575;
        height: 180px; }
      .top-navbar .site-link .sub-nav .sub-nav-part-icon, .top-navbar .site-phone .sub-nav .sub-nav-part-icon {
        height: 35px;
        text-align: center;
        margin-bottom: 10px; }
      .top-navbar .site-link .sub-nav .sub-nav-part-title, .top-navbar .site-phone .sub-nav .sub-nav-part-title {
        color: #444;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center; }
      .top-navbar .site-link .sub-nav .sub-nav-part-main, .top-navbar .site-phone .sub-nav .sub-nav-part-main {
        border-right: dashed 1px #eee;
        padding: 0 30px;
        min-height: 116px; }
      .top-navbar .site-link .sub-nav .sub-nav-part-list li, .top-navbar .site-phone .sub-nav .sub-nav-part-list li {
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #888;
        font-size: 12px; }
        .top-navbar .site-link .sub-nav .sub-nav-part-list li:hover, .top-navbar .site-phone .sub-nav .sub-nav-part-list li:hover {
          color: #4aaaff; }
      .top-navbar .site-link .sub-nav .sub-nav-part-list a, .top-navbar .site-phone .sub-nav .sub-nav-part-list a {
        display: block; }
      .top-navbar .site-link .sub-nav .no-border, .top-navbar .site-phone .sub-nav .no-border {
        border: none; }
      .top-navbar .site-link .sub-nav .find-fw-list, .top-navbar .site-phone .sub-nav .find-fw-list {
        width: 430px; }
        .top-navbar .site-link .sub-nav .find-fw-list .sub-nav-part-title, .top-navbar .site-phone .sub-nav .find-fw-list .sub-nav-part-title {
          position: relative; }
          .top-navbar .site-link .sub-nav .find-fw-list .sub-nav-part-title::before, .top-navbar .site-phone .sub-nav .find-fw-list .sub-nav-part-title::before {
            content: '';
            width: 140px;
            height: 1px;
            background: #eee;
            position: absolute;
            left: 0;
            top: 8px; }
          .top-navbar .site-link .sub-nav .find-fw-list .sub-nav-part-title::after, .top-navbar .site-phone .sub-nav .find-fw-list .sub-nav-part-title::after {
            content: '';
            width: 140px;
            height: 1px;
            background: #eee;
            position: absolute;
            right: 0;
            top: 8px; }
        .top-navbar .site-link .sub-nav .find-fw-list .sub-nav-part-list li, .top-navbar .site-phone .sub-nav .find-fw-list .sub-nav-part-list li {
          width: 20%;
          float: left; }
      .top-navbar .site-link .sub-nav .sub-nav-bottom, .top-navbar .site-phone .sub-nav .sub-nav-bottom {
        margin-top: 10px;
        padding: 0 40px 30px; }
        .top-navbar .site-link .sub-nav .sub-nav-bottom ul li, .top-navbar .site-phone .sub-nav .sub-nav-bottom ul li {
          padding: 0 22px;
          height: 50px;
          line-height: 48px;
          box-sizing: border-box;
          border: solid 1px #eee;
          float: left;
          margin-left: 10px;
          text-align: center;
          font-size: 14px;
          color: #888; }
          .top-navbar .site-link .sub-nav .sub-nav-bottom ul li:first-child, .top-navbar .site-phone .sub-nav .sub-nav-bottom ul li:first-child {
            margin-left: 0; }
          .top-navbar .site-link .sub-nav .sub-nav-bottom ul li:hover, .top-navbar .site-phone .sub-nav .sub-nav-bottom ul li:hover {
            border: solid 1px #4aaaff;
            color: #4aaaff; }
          .top-navbar .site-link .sub-nav .sub-nav-bottom ul li a, .top-navbar .site-phone .sub-nav .sub-nav-bottom ul li a {
            display: block; }
          .top-navbar .site-link .sub-nav .sub-nav-bottom ul li .iconfont, .top-navbar .site-phone .sub-nav .sub-nav-bottom ul li .iconfont {
            font-size: 18px; }

.qykx-nav-hot-icon {
  background: url(../images/hot_icon.png) right no-repeat; }

.qykx-open {
  height: 950px;
  width: 100%;
  background: url(../images/open_banner.jpg) center 0 no-repeat;
  overflow: hidden;
  transition: height ease .6s;
  -webkit-transition: height ease .6s;
  -moz-transition: height ease .6s;
  -o-transition: height ease .6s;
  position: absolute;
  top: 36px;
  z-index: 9000; }

.qykx-open-nav {
  padding: 30px 0; }
  .qykx-open-nav .qykx-open-nav-left .qykx-open-weather {
    width: 160px;
    height: 59px;
    padding-right: 15px;
    text-align: center; }
    .qykx-open-nav .qykx-open-nav-left .qykx-open-weather .qykx-open-weather-img {
      height: 30px;
      margin-bottom: 10px; }
    .qykx-open-nav .qykx-open-nav-left .qykx-open-weather .qykx-open-weather-detail {
      font-size: 12px;
      color: #282828; }
      .qykx-open-nav .qykx-open-nav-left .qykx-open-weather .qykx-open-weather-detail span {
        padding: 0 5px; }
  .qykx-open-nav .qykx-open-nav-left .qykx-open-history {
    width: 165px;
    position: relative;
    padding-left: 20px; }
    .qykx-open-nav .qykx-open-nav-left .qykx-open-history::before {
      content: '';
      display: block;
      width: 1px;
      height: 34px;
      background: #d1e0cc;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -17px; }
    .qykx-open-nav .qykx-open-nav-left .qykx-open-history h2 {
      font-size: 14px;
      color: #282828;
      font-weight: normal; }
    .qykx-open-nav .qykx-open-nav-left .qykx-open-history .qykx-open-history-title, .qykx-open-nav .qykx-open-nav-left .qykx-open-history .qykx-open-history-summary {
      font-size: 12px;
      color: #282828;
      line-height: 18px; }
    .qykx-open-nav .qykx-open-nav-left .qykx-open-history .qykx-open-history-title {
      max-height: 36px;
      overflow: hidden; }
  .qykx-open-nav .qykx-open-nav-list {
    text-align: center;
    line-height: 59px; }
    .qykx-open-nav .qykx-open-nav-list li {
      display: inline-block;
      font-size: 16px;
      color: #282828;
      margin-left: 15px; }
      .qykx-open-nav .qykx-open-nav-list li:hover {
        font-weight: bold; }

.qykx-open-main {
  width: 1200px;
  margin: 50px auto 0; }
  .qykx-open-main .qykx-open-main-top {
    box-sizing: border-box;
    margin-bottom: 68px; }

.qykx-open-main-search {
  line-height: 48px;
  height: 48px;
  position: relative; }
  .qykx-open-main-search .qykx-open-search-area {
    width: 990px;
    height: 100%;
    border-radius: 0 5px 5px 5px;
    background: #fff; }
  .qykx-open-main-search .qykx-open-main-input {
    box-sizing: border-box;
    width: 870px;
    height: 100%;
    font-size: 16px;
    color: #424242;
    padding-left: 15px; }
    .qykx-open-main-search .qykx-open-main-input::-webkit-input-placeholder {
      color: #ccc; }
    .qykx-open-main-search .qykx-open-main-input::-moz-input-placeholder {
      color: #ccc; }
    .qykx-open-main-search .qykx-open-main-input:-ms-input-placeholder {
      color: #ccc; }
  .qykx-open-main-search .qykx-open-main-btn {
    width: 120px;
    height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #4aaaff;
    border-radius: 0 5px 5px 0;
    cursor: pointer; }
    .qykx-open-main-search .qykx-open-main-btn .iconfont {
      font-size: 18px;
      margin-right: 7px; }
  .qykx-open-main-search .qykx-open-main-publishbtn {
    width: 150px;
    height: 100%;
    font-size: 18px;
    color: #298b8c;
    font-weight: bold;
    text-align: center;
    background: #ffe14d;
    border-radius: 5px; }
  .qykx-open-main-search .qykx-open-main-tip {
    font-size: 18px;
    color: #fff;
    padding: 0 20px; }

.qykx-open-main-wrap {
  width: 990px;
  box-sizing: border-box;
  height: 40px;
  left: 0;
  top: -40px;
  z-index: 10;
  overflow: hidden;
  border-radius: 6px 0 0 0; }
  .qykx-open-main-wrap ul {
    margin-left: -7px; }
  .qykx-open-main-wrap li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #4aaaff;
    background: #e0eadb;
    padding: 0 15px;
    float: left;
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 0 0;
    cursor: pointer; }
    .qykx-open-main-wrap li span {
      display: block;
      transform: skewX(-20deg);
      -ms-transform: skewX(-20deg); }
  .qykx-open-main-wrap .on {
    background: #fff;
    color: #282828; }

.qykx-open-anchor {
  margin-top: 70px; }
  .qykx-open-anchor ul {
    text-align: center; }
  .qykx-open-anchor li {
    display: inline-block;
    width: 100px;
    margin: 0 37px;
    font-size: 24px;
    color: #282828;
    text-align: center; }
    .qykx-open-anchor li:hover img {
      transform: translateY(-10px);
      -ms-transform: translateY(-10px); }
    .qykx-open-anchor li a {
      display: block; }
    .qykx-open-anchor li img {
      max-width: 100px;
      transition: transform ease .3s;
      -webkit-transition: transform ease .3s;
      -moz-transition: transform ease .3s;
      -o-transition: transform ease .3s; }
    .qykx-open-anchor li span {
      position: relative;
      display: block;
      margin-top: 15px; }

.qykx-open-link {
  margin-top: 120px;
  height: 84px; }
  .qykx-open-link ul {
    text-align: center; }
  .qykx-open-link li {
    display: inline-block;
    font-size: 16px;
    color: #4aaaff;
    text-align: center;
    margin: 0 12px;
    opacity: 0.6;
    position: relative;
    width: 120px; }
    .qykx-open-link li:hover {
      opacity: 1; }
    .qykx-open-link li a {
      display: block; }
      .qykx-open-link li a img {
        max-width: 45px; }
    .qykx-open-link li span {
      display: block;
      width: 120px;
      margin-top: 10px;
      position: absolute;
      left: 0; }

.qykx-open-view-more {
  text-align: center;
  margin: 47px auto 0;
  width: 80px;
  height: 60px;
  font-size: 18px;
  color: #4aaaff;
  background: url(../images/open_arrow.png) center bottom no-repeat; }

.top-search {
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  transition: top ease .3s;
  -webkit-transition: top ease .3s;
  -moz-transition: top ease .3s;
  -o-transition: top ease .3s;
  position: fixed;
  top: 36px;
  z-index: 8000; }

.top-search-nav {
  margin: 9px 0 0 25px;
  position: relative; }
  .top-search-nav.on .top-search-nav-btn {
    background: #f5f5f5; }
  .top-search-nav.on .top-search-nav-main {
    height: 260px; }
  .top-search-nav .top-search-nav-btn {
    width: 101px;
    height: 42px;
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 42px;
    border-radius: 5px; }
    .top-search-nav .top-search-nav-btn .iconfont {
      font-size: 18px;
      margin-right: 5px; }
  .top-search-nav .top-search-nav-main {
    width: 790px;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 100; }
  .top-search-nav .top-search-links {
    font-size: 16px;
    color: #666;
    padding: 20px;
    overflow: hidden;
    border-bottom: solid 1px #ececec; }
    .top-search-nav .top-search-links li {
      float: left;
      margin-right: 26px;
      line-height: 30px; }
      .top-search-nav .top-search-links li:last-child {
        margin-right: 0; }
  .top-search-nav .top-search-anchor {
    text-align: center;
    margin-top: 30px; }
    .top-search-nav .top-search-anchor li {
      display: inline-block;
      width: 75px;
      margin: 0 16px;
      font-size: 18px;
      color: #23ac38;
      font-weight: bold;
      text-align: center; }
      .top-search-nav .top-search-anchor li a {
        display: block; }
      .top-search-nav .top-search-anchor li span {
        position: relative;
        display: block;
        margin-top: 25px; }
        .top-search-nav .top-search-anchor li span::after {
          content: '';
          display: block;
          width: 30px;
          height: 3px;
          background: #23ac38;
          position: absolute;
          top: -10px;
          left: 50%;
          margin-left: -15px; }

.top-search-area {
  margin-top: 8px;
  line-height: 44px; }
  .top-search-area .top-search-main {
    width: 600px;
    box-sizing: border-box;
    border: solid 3px #4aaaff;
    border-radius: 5px;
    background: #4aaaff;
    line-height: 38px;
    position: relative; }
  .top-search-area .top-search-input {
    box-sizing: border-box;
    width: 470px;
    height: 38px;
    font-size: 16px;
    background: #fff;
    color: #424242;
    padding-left: 10px; }
  .top-search-area .top-search-btn {
    width: 124px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px; }
    .top-search-area .top-search-btn .iconfont {
      margin: 5px; }
  .top-search-area .top-search-btn2 {
    padding-left: 0;
    text-align: center; }
  .top-search-area .top-search-select {
    height: 38px;
    top: 0;
    right: 0;
    z-index: 100; }
    .top-search-area .top-search-select.on .top-search-select-list {
      max-height: 350px; }
    .top-search-area .top-search-select .top-search-select-btn {
      width: 25px;
      height: 38px;
      box-sizing: border-box;
      padding-top: 18px;
      text-align: center; }
      .top-search-area .top-search-select .top-search-select-btn img {
        width: 9px;
        position: absolute;
        top: 18px;
        left: 8px; }
    .top-search-area .top-search-select .top-search-select-list {
      width: 100px;
      max-height: 0;
      overflow: hidden;
      background: #fff;
      border-radius: 3px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      transition: max-height ease .3s;
      -webkit-transition: max-height ease .3s;
      -moz-transition: max-height ease .3s;
      -o-transition: max-height ease .3s;
      position: absolute;
      top: 38px;
      right: 0; }
      .top-search-area .top-search-select .top-search-select-list li {
        color: #424242;
        text-align: center;
        font-size: 16px;
        cursor: pointer; }
  .top-search-area .top-search-or {
    font-size: 18px;
    color: #999;
    padding: 0 10px; }
  .top-search-area .top-search-publish {
    width: 120px;
    height: 44px;
    background: #4aaaff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center; }

.qykx-wrapper {
  padding-top: 260px; }

.qykx-part-title {
  margin-bottom: 35px;
  text-align: center;
  position: relative; }
  .qykx-part-title .qykx-part-maintitle {
    font-size: 36px;
    color: #282828; }
  .qykx-part-title .qykx-part-subtitle {
    font-size: 16px;
    color: #999;
    margin-top: 22px; }
  .qykx-part-title .qykx-part-anchor {
    width: 100%;
    height: 1px;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 0; }

.qykx-item-title {
  box-sizing: border-box;
  height: 65px;
  padding: 25px 0 0 18px;
  font-size: 18px;
  background: #fff;
  color: #4aaaff;
  border-bottom: solid 1px #ececec; }

.qykx-column {
  width: 386px; }
  .qykx-column:nth-child(2) {
    margin: 0 21px; }

.wrapper-indicators {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 0; }
  .wrapper-indicators span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 6px;
    background: #ccc;
    cursor: pointer; }
  .wrapper-indicators .on {
    background: #23ac38; }

.wrapper-container {
  position: relative; }
  .wrapper-container ul {
    position: absolute;
    width: 100%; }
  .wrapper-container .wrapper-btn {
    position: absolute;
    width: 12px;
    height: 20px;
    bottom: 22px; }
  .wrapper-container .prev {
    background: url(../images/qykx_expert_arrow1.png) center no-repeat;
    left: 120px; }
  .wrapper-container .next {
    background: url(../images/qykx_expert_arrow2.png) center no-repeat;
    right: 120px; }

.qykx-service {
  background: #f5f5f5;
  padding: 65px 0 25px; }
  .qykx-service .qykx-service-top {
    margin-bottom: 20px; }
  .qykx-service .qykx-service-links {
    width: 789px; }
    .qykx-service .qykx-service-links ul {
      margin: -1px 0 0 -1px; }
    .qykx-service .qykx-service-links li {
      width: 196px;
      height: 146px;
      background: #fff;
      float: left;
      font-size: 18px;
      color: #282828;
      text-align: center;
      margin: 1px 0 0 1px;
      position: relative; }
      .qykx-service .qykx-service-links li:hover {
        background: #efefef; }
        .qykx-service .qykx-service-links li:hover img {
          transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px); }
      .qykx-service .qykx-service-links li a {
        display: block;
        height: 100%; }
      .qykx-service .qykx-service-links li img {
        max-width: 50px;
        margin-top: 30px;
        transition: transform ease .3s;
        -webkit-transition: transform ease .3s;
        -moz-transition: transform ease .3s;
        -o-transition: transform ease .3s; }
      .qykx-service .qykx-service-links li span {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 25px;
        left: 0; }
  .qykx-service .qykx-service-right {
    width: 386px; }
    .qykx-service .qykx-service-right a {
      display: block;
      margin-bottom: 11px; }
      .qykx-service .qykx-service-right a:last-child {
        margin-bottom: 0; }
      .qykx-service .qykx-service-right a img {
        max-width: 386px;
        height: 140px; }
  .qykx-service .qykx-service-bottom {
    background: #fff;
    padding: 23px 0; }
    .qykx-service .qykx-service-bottom .yfw-logo {
      padding: 0 25px;
      line-height: 100px; }
      .qykx-service .qykx-service-bottom .yfw-logo img {
        max-width: 91px;
        max-height: 81px; }
    .qykx-service .qykx-service-bottom ul {
      margin-left: -15px; }
    .qykx-service .qykx-service-bottom li {
      box-sizing: border-box;
      width: 320px;
      height: 100px;
      padding: 0 10px;
      border: solid 1px #dcdcdc;
      background: #f5f5f5;
      float: left;
      margin-left: 15px;
      border-radius: 5px; }
      .qykx-service .qykx-service-bottom li:hover img {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px); }
      .qykx-service .qykx-service-bottom li a {
        display: block;
        height: 100%; }
      .qykx-service .qykx-service-bottom li .yfw-list-img {
        width: 50px;
        line-height: 98px; }
        .qykx-service .qykx-service-bottom li .yfw-list-img img {
          width: 100%;
          height: 50px;
          transition: transform ease .3s;
          -webkit-transition: transform ease .3s;
          -moz-transition: transform ease .3s;
          -o-transition: transform ease .3s; }
      .qykx-service .qykx-service-bottom li .yfw-list-right {
        box-sizing: border-box;
        height: 100%;
        margin-left: 65px;
        padding: 25px 0; }
        .qykx-service .qykx-service-bottom li .yfw-list-right .yfw-list-name {
          font-size: 18px;
          color: #282828;
          margin-bottom: 5px; }
        .qykx-service .qykx-service-bottom li .yfw-list-right .yfw-list-company {
          font-size: 14px;
          color: #666; }
    .qykx-service .qykx-service-bottom .view-more {
      display: block;
      line-height: 100px;
      width: 65px;
      text-align: center; }

.qykx-equipment {
  padding: 42px 0 37px;
  background: #ececec; }
  .qykx-equipment ul {
    margin: -1px 0 0 -1px;
    overflow: hidden; }
    .qykx-equipment ul li {
      float: left;
      margin: 1px 0 0 1px;
      text-align: center;
      background: #fff; }
      .qykx-equipment ul li:hover {
        background: #fdfdfd; }
      .qykx-equipment ul li a {
        display: block;
        height: 100%; }
      .qykx-equipment ul li span {
        box-sizing: border-box;
        padding: 0 10px;
        display: block;
        width: 100%; }
  .qykx-equipment .view-more {
    display: block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #23ac38;
    font-size: 16px;
    border-top: solid 1px #ececec; }
  .qykx-equipment .qykx-equipment-left {
    width: 386px; }
  .qykx-equipment .qykx-equipment-right {
    width: 794px; }
  .qykx-equipment .qykx-equipment-left-top {
    margin-bottom: 17px; }
    .qykx-equipment .qykx-equipment-left-top li {
      width: 128px;
      height: 122px; }
      .qykx-equipment .qykx-equipment-left-top li img {
        margin-top: 20px; }
      .qykx-equipment .qykx-equipment-left-top li span {
        margin-top: 5px;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .qykx-equipment .qykx-equipment-left-bottom li {
    width: 128px;
    height: 82px;
    line-height: 82px; }
    .qykx-equipment .qykx-equipment-left-bottom li span {
      display: inline-block;
      vertical-align: middle;
      line-height: 24px; }
  .qykx-equipment .qykx-equipment-school-list li:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px); }
  .qykx-equipment .qykx-equipment-school-list img {
    height: 60px;
    transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s; }
  .qykx-equipment .qykx-equipment-host-list li {
    box-sizing: border-box;
    width: 396px;
    height: 287px;
    padding: 30px 50px;
    position: relative; }
    .qykx-equipment .qykx-equipment-host-list li:hover img {
      transform: scale(1.1);
      -ms-transform: scale(1.1); }
  .qykx-equipment .qykx-equipment-host-list .qykx-equipment-host-img {
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .qykx-equipment .qykx-equipment-host-list .qykx-equipment-host-img img {
      width: 100%;
      height: 100%;
      transition: transform ease .3s;
      -webkit-transition: transform ease .3s;
      -moz-transition: transform ease .3s;
      -o-transition: transform ease .3s; }
  .qykx-equipment .qykx-equipment-host-list .qykx-equipment-host-name {
    box-sizing: border-box;
    width: 296px;
    height: 40px;
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 190px;
    left: 50px; }
  .qykx-equipment .qykx-equipment-host-list .qykx-equipment-host-detail {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 5px;
    left: 0;
    padding: 0 50px; }
    .qykx-equipment .qykx-equipment-host-list .qykx-equipment-host-detail span {
      display: block;
      width: auto;
      padding: 0;
      float: left; }
    .qykx-equipment .qykx-equipment-host-list .qykx-equipment-host-detail .qykx-equipment-host-pp {
      width: 48%;
      font-size: 16px;
      color: #666; }
    .qykx-equipment .qykx-equipment-host-list .qykx-equipment-host-detail .qykx-equipment-host-pp-name {
      width: 90px; }

.qykx-expert {
  padding: 50px 0 28px;
  background: #f5f5f5; }
  .qykx-expert .qykx-column:first-child {
    width: 792px;
    margin-right: 21px; }
  .qykx-expert .qykx-column:last-child {
    margin: 0; }
  .qykx-expert .qykx-column .qykx-expert-list-photo {
    width: 90px; }
    .qykx-expert .qykx-column .qykx-expert-list-photo span {
      display: inline-block;
      line-height: 90px;
      width: 90px;
      height: 90px;
      overflow: hidden;
      border-radius: 50%;
      vertical-align: middle; }
      .qykx-expert .qykx-column .qykx-expert-list-photo span img {
        width: 100%;
        height: 100%;
        display: block; }
  .qykx-expert .qykx-column .qykx-expert-list-right {
    box-sizing: border-box;
    margin-left: 115px;
    height: 100%; }
    .qykx-expert .qykx-column .qykx-expert-list-right .qykx-expert-name {
      font-size: 24px;
      color: #282828;
      margin-bottom: 10px; }
    .qykx-expert .qykx-column .qykx-expert-list-right .qykx-expert-item {
      font-size: 16px;
      color: #666;
      margin-bottom: 8px; }
  .qykx-expert .qykx-column-wrap {
    bottom: 51px; }
  .qykx-expert .view-more {
    display: block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #23ac38;
    font-size: 16px;
    border-top: solid 1px #ececec; }

.qykx-expert-list ul {
  margin: -1px 0 0 -1px;
  overflow: hidden; }
.qykx-expert-list li {
  box-sizing: border-box;
  width: 395px;
  float: left;
  height: 215px;
  margin: 1px 0 0 1px;
  padding: 0 27px;
  background: #fff; }
  .qykx-expert-list li a {
    display: block;
    height: 100%; }
  .qykx-expert-list li .qykx-expert-list-photo {
    line-height: 215px; }
  .qykx-expert-list li .qykx-expert-list-right {
    padding: 45px 0; }

.qykx-expert-team {
  height: 431px;
  overflow: hidden; }
  .qykx-expert-team ul {
    width: 772px;
    overflow: hidden; }
  .qykx-expert-team li {
    box-sizing: border-box;
    width: 386px;
    height: 371px;
    background: #fff;
    padding: 15px 20px;
    float: left; }
    .qykx-expert-team li a {
      display: block;
      height: 100%; }
    .qykx-expert-team li .qykx-expert-team-name {
      font-size: 24px;
      color: #282828; }
    .qykx-expert-team li .qykx-expert-resercharea {
      font-size: 16px;
      color: #666;
      margin-bottom: 10px; }
    .qykx-expert-team li .qykx-expert-team-summary {
      font-size: 16px;
      color: #999; }
    .qykx-expert-team li .qykx-expert-teamleader {
      height: 120px; }
    .qykx-expert-team li .qykx-expert-list-photo {
      line-height: 120px; }
    .qykx-expert-team li .qykx-expert-list-right {
      padding: 20px 0; }

.qykx-technique {
  padding: 50px 0 80px;
  background: #ececec; }
  .qykx-technique .qykx-part-content {
    background: #373d41;
    height: 400px; }
  .qykx-technique .qykx-technique-list ul {
    height: 400px;
    overflow: hidden; }
  .qykx-technique .qykx-technique-list li {
    box-sizing: border-box;
    float: left;
    width: 240px;
    height: 100%;
    padding: 0 40px;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .qykx-technique .qykx-technique-list li:hover .qykx-technique-list-hover {
      height: 100%; }
    .qykx-technique .qykx-technique-list li .qykx-technique-list-icon {
      margin-top: 90px;
      max-width: 61px;
      max-height: 61px; }
    .qykx-technique .qykx-technique-list li .qykx-technique-list-name {
      display: block;
      width: 100%;
      line-height: 28px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      margin-top: 50px;
      position: relative; }
      .qykx-technique .qykx-technique-list li .qykx-technique-list-name::after {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: -25px; }
    .qykx-technique .qykx-technique-list li .qykx-technique-list-hover {
      box-sizing: border-box;
      background: url(../images/qykx_tech_hover.jpg) center 0 no-repeat;
      width: 100%;
      height: 0;
      padding: 0 40px;
      left: 0;
      top: 0;
      transition: height ease .3s;
      -webkit-transition: height ease .3s;
      -moz-transition: height ease .3s;
      -o-transition: height ease .3s;
      overflow: hidden; }
      .qykx-technique .qykx-technique-list li .qykx-technique-list-hover .qykx-technique-list-icon {
        margin-top: 40px; }
      .qykx-technique .qykx-technique-list li .qykx-technique-list-hover .qykx-technique-list-name {
        margin-top: 25px;
        height: 130px; }
        .qykx-technique .qykx-technique-list li .qykx-technique-list-hover .qykx-technique-list-name::after {
          display: none; }
      .qykx-technique .qykx-technique-list li .qykx-technique-list-hover .qykx-technique-list-ietm {
        font-size: 16px;
        color: #fff;
        display: block;
        margin-top: 10px; }
      .qykx-technique .qykx-technique-list li .qykx-technique-list-hover .view-detail {
        box-sizing: border-box;
        display: block;
        width: 98px;
        height: 40px;
        line-height: 38px;
        margin: 20px auto 0;
        border: solid 1px #fff;
        border-radius: 5px;
        color: #fff; }
  .qykx-technique .qykx-technique-list .qykx-technique-list1 {
    background: url(../images/qykx_tech_img1.jpg) center no-repeat;
    background-size: cover; }
  .qykx-technique .qykx-technique-list .qykx-technique-list2 {
    background: url(../images/qykx_tech_img2.jpg) center no-repeat; }
  .qykx-technique .qykx-technique-list .qykx-technique-list3 {
    background: url(../images/qykx_tech_img3.jpg) center no-repeat; }
  .qykx-technique .qykx-technique-list .qykx-technique-list4 {
    background: url(../images/qykx_tech_img4.jpg) center no-repeat; }
  .qykx-technique .qykx-technique-list .qykx-technique-list5 {
    background: url(../images/qykx_tech_img5.jpg) center no-repeat; }
  .qykx-technique .qykx-technique-btn {
    margin-top: 46px;
    text-align: center; }
    .qykx-technique .qykx-technique-btn li {
      display: inline-block;
      width: 164px;
      height: 50px;
      line-height: 48px;
      margin: 0 15px;
      border: solid 1px #23ac38;
      color: #23ac38;
      border-radius: 25px; }
      .qykx-technique .qykx-technique-btn li:hover {
        background: #23ac38;
        color: #fff; }
      .qykx-technique .qykx-technique-btn li a {
        display: block; }

.qykx-fund {
  padding: 65px 0 42px;
  background: #f5f5f5; }
  .qykx-fund .view-more {
    display: block;
    text-align: center;
    line-height: 75px;
    background: #fff;
    color: #23ac38;
    font-size: 16px; }

.qykx-institution-list li {
  box-sizing: border-box;
  height: 150px;
  background: #fff;
  padding: 13px 23px;
  border-bottom: solid 1px #ececec; }
  .qykx-institution-list li .qykx-institution-list-photo {
    width: 110px;
    height: 100%;
    line-height: 123px; }
    .qykx-institution-list li .qykx-institution-list-photo img {
      width: 100%; }
  .qykx-institution-list li .qykx-institution-list-right {
    box-sizing: border-box;
    padding: 10px 0;
    margin-left: 115px;
    height: 100%; }
  .qykx-institution-list li .qykx-institution-name {
    font-size: 18px;
    color: #282828;
    margin-bottom: 10px; }
  .qykx-institution-list li .qykx-institution-date {
    font-size: 16px;
    color: #666;
    line-height: 24px; }
  .qykx-institution-list li .qykx-institution-item {
    margin-top: 10px; }
    .qykx-institution-list li .qykx-institution-item a {
      display: inline-block;
      width: 80px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      font-size: 16px; }
    .qykx-institution-list li .qykx-institution-item .qykx-institution-item-blue {
      color: #1989ff;
      background: #f3f9ff;
      border: solid 1px #1989ff;
      margin-right: 10px; }
    .qykx-institution-list li .qykx-institution-item .qykx-institution-item-yellow {
      color: #fe9a08;
      background: #fffaf2;
      border: solid 1px #fe9a08; }

.qykx-policy {
  padding-top: 40px;
  background: #ececec; }
  .qykx-policy .qykx-part-content {
    background: #eed3ad;
    padding: 23px 0 45px; }
  .qykx-policy .qykx-policy-left {
    width: 174px;
    text-align: center; }
    .qykx-policy .qykx-policy-left img {
      max-width: 174px;
      max-height: 196px; }
  .qykx-policy .qykx-policy-tip {
    font-size: 16px;
    color: #282828;
    margin-top: 10px; }
  .qykx-policy .qykx-policy-btn {
    width: 164px;
    height: 50px;
    line-height: 50px;
    margin: 10px auto 0;
    font-size: 18px;
    color: #fff;
    background: #ff625a;
    border-radius: 25px; }
  .qykx-policy .view-more {
    display: block;
    width: 80px;
    height: 100%;
    text-align: center;
    line-height: 300px;
    margin-top: 8px; }

.qykx-policy-list {
  margin-left: 44px;
  padding-top: 8px; }
  .qykx-policy-list ul {
    margin-left: -27px; }
  .qykx-policy-list li {
    box-sizing: border-box;
    width: 200px;
    height: 300px;
    float: left;
    margin-left: 27px;
    border-radius: 5px;
    text-align: center;
    background: #fcf6ef;
    padding: 30px 25px; }
    .qykx-policy-list li .qykx-policy-img {
      width: 60px;
      height: 60px;
      line-height: 54px;
      border-radius: 50%;
      background: #f8ebdb;
      margin: 0 auto; }
    .qykx-policy-list li .qykx-policy-title {
      height: 120px;
      font-size: 18px;
      color: #282828;
      font-weight: bold;
      margin-bottom: 20px; }
    .qykx-policy-list li .qykx-policy-publish {
      font-size: 14px;
      color: #666;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.qykx-thinktank {
  padding: 55px 0;
  background: #f5f5f5; }
  .qykx-thinktank .view-more {
    display: block;
    text-align: center;
    line-height: 60px;
    background: #fff;
    color: #23ac38;
    font-size: 16px; }
  .qykx-thinktank .wrapper-indicators {
    border-bottom: solid 1px #ececec; }
    .qykx-thinktank .wrapper-indicators .on {
      background: #1989ff; }
  .qykx-thinktank .prev {
    left: 88px; }
  .qykx-thinktank .next {
    right: 88px; }

.qykx-thinktank-list {
  background: #fff; }
  .qykx-thinktank-list li {
    border-bottom: solid 1px #ececec;
    padding: 15px 18px; }
    .qykx-thinktank-list li .qykx-thinktank-list-title {
      font-size: 18px;
      color: #282828;
      margin-bottom: 5px;
      height: 48px;
      line-height: 1.3; }
    .qykx-thinktank-list li .qykx-thinktank-list-date {
      font-size: 14px;
      height: 21px;
      color: #999; }
      .qykx-thinktank-list li .qykx-thinktank-list-date .qykx-thinktank-list-publishier {
        color: #666;
        font-size: 16px;
        margin-right: 15px;
        max-width: 225px; }
      .qykx-thinktank-list li .qykx-thinktank-list-date span {
        display: inline-block;
        overflow: hidden; }

.qykx-magazine-list {
  height: 525px;
  overflow: hidden; }
  .qykx-magazine-list ul {
    width: 1930px;
    height: 465px; }
  .qykx-magazine-list li {
    float: left;
    width: 386px;
    height: 100%; }
    .qykx-magazine-list li img {
      width: 100%;
      height: 100%; }

.qykx-resource {
  padding: 43px 0 50px;
  background: #ececec; }

.qykx-resource-list ul {
  margin: -1px 0 0 -1px;
  overflow: hidden; }
.qykx-resource-list li {
  float: left;
  margin: 1px 0 0 1px;
  width: 239px;
  height: 239px;
  background: #fff;
  text-align: center; }
  .qykx-resource-list li:hover {
    background: #fdfdfd; }
    .qykx-resource-list li:hover img {
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px); }
  .qykx-resource-list li a {
    display: block;
    height: 100%; }
  .qykx-resource-list li img {
    height: 60px;
    margin-top: 70px;
    transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s; }
  .qykx-resource-list li span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 18px;
    margin-top: 30px;
    font-size: 18px;
    color: #282828; }

.qykx-news {
  padding: 58px 0 78px;
  background: url(../images/qykx_news_bg.jpg) center no-repeat; }
  .qykx-news .qykx-part-content {
    box-sizing: border-box;
    background: #fff;
    padding: 19px 0 30px 30px;
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    .qykx-news .qykx-part-content .qykx-news-icon {
      position: absolute;
      width: 48px;
      height: 47px; }
  .qykx-news .view-more {
    display: block;
    width: 80px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    color: #ccc; }
    .qykx-news .view-more .iconfont {
      font-size: 24px; }

.qykx-news-list {
  width: 770px;
  margin-left: 130px; }
  .qykx-news-list ul {
    overflow: hidden;
    padding: 5px 0; }
  .qykx-news-list li {
    line-height: 40px;
    font-size: 18px;
    color: #282828;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 30px; }
    .qykx-news-list li::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      background: #4aaaff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      position: absolute;
      left: 4px;
      top: 16px; }

.qykx-sidebar {
  display: none;
  width: 90px;
  border-radius: 5px;
  background: linear-gradient(#acd2b5, #e0eadb);
  background: -webkit-linear-gradient(#acd2b5, #e0eadb);
  background: -moz-linear-gradient(#acd2b5, #e0eadb);
  background: -o-linear-gradient(#acd2b5, #e0eadb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2b5', endColorstr='#e0eadb',GradientType=0 );
  z-index: 9050;
  right: 20px;
  top: 50%;
  margin-top: -226px;
  text-align: center;
  border: solid 1px #afe296;
  transition: right ease .3s;
  -webkit-transition: right ease .3s;
  -moz-transition: right ease .3s;
  -o-transition: right ease .3s; }
  .qykx-sidebar::before {
    content: '';
    display: block;
    width: 22px;
    height: 100%;
    background: none;
    position: absolute;
    left: -22px;
    top: 0; }
  .qykx-sidebar::after {
    content: '';
    display: block;
    width: 22px;
    height: 100%;
    background: none;
    position: absolute;
    right: -22px;
    top: 0; }
  .qykx-sidebar .back-top-li {
    box-sizing: border-box;
    color: #4aaaff;
    height: 41px;
    padding: 10px 0;
    font-size: 16px;
    position: relative;
    cursor: pointer; }
    .qykx-sidebar .back-top-li::after {
      content: '';
      display: block;
      width: 60px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -30px; }
  .qykx-sidebar ul li {
    box-sizing: border-box;
    height: 41px;
    font-size: 16px;
    color: #4aaaff;
    position: relative;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s; }
    .qykx-sidebar ul li a {
      display: block;
      padding: 10px 0; }
    .qykx-sidebar ul li::after {
      content: '';
      display: block;
      width: 60px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -30px;
      opacity: 0.5; }
  .qykx-sidebar ul .on {
    width: 94px;
    background: #4aaaff;
    left: -2px;
    font-size: 18px;
    font-weight: bold;
    color: #fff; }
    .qykx-sidebar ul .on::after {
      display: none; }
  .qykx-sidebar .back-top {
    line-height: 40px; }

.qykx-sidebar-mini {
  right: -78px; }

.qykx-foot .qykx-foot-top {
  background: #2d3237;
  padding: 60px 0 40px; }
  .qykx-foot .qykx-foot-top .qykx-foot-links {
    box-sizing: border-box;
    width: 700px;
    padding-right: 85px; }
    .qykx-foot .qykx-foot-top .qykx-foot-links .qykx-foot-links-title {
      color: #b2ccab;
      margin-bottom: 15px;
      font-size: 18px; }
    .qykx-foot .qykx-foot-top .qykx-foot-links .qykx-foot-links-btn {
      color: #777;
      font-size: 18px;
      cursor: default; }
      .qykx-foot .qykx-foot-top .qykx-foot-links .qykx-foot-links-btn span {
        padding: 0 5px;
        cursor: pointer; }
        .qykx-foot .qykx-foot-top .qykx-foot-links .qykx-foot-links-btn span:hover {
          color: #fff; }
    .qykx-foot .qykx-foot-top .qykx-foot-links .qykx-foot-links-list {
      overflow: hidden; }
    .qykx-foot .qykx-foot-top .qykx-foot-links .qykx-foot-links-ul {
      width: 850px; }
    .qykx-foot .qykx-foot-top .qykx-foot-links li {
      height: 45px;
      line-height: 45px;
      float: left;
      margin: 0 55px 10px 0; }
      .qykx-foot .qykx-foot-top .qykx-foot-links li img {
        height: 36px; }
  .qykx-foot .qykx-foot-top .qykx-foot-contact {
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
    border-left: solid 1px #5d5d5d; }
    .qykx-foot .qykx-foot-top .qykx-foot-contact a {
      display: block;
      margin-bottom: 10px; }
    .qykx-foot .qykx-foot-top .qykx-foot-contact .qykx-phone {
      color: #aaa;
      margin-top: 30px; }
      .qykx-foot .qykx-foot-top .qykx-foot-contact .qykx-phone span {
        font-size: 30px;
        color: #b2ccab; }
  .qykx-foot .qykx-foot-top .qykx-foot-code span {
    display: block;
    width: 105px;
    height: 105px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    margin-left: 10px; }
  .qykx-foot .qykx-foot-top .qykx-foot-code img {
    width: 95px;
    height: 95px; }
  .qykx-foot .qykx-foot-top .qykx-foot-code div {
    width: 105px;
    margin-left: -5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 10px; }
.qykx-foot .qykx-foot-bottom {
  background: #373d43;
  font-size: 12px;
  color: #777;
  padding: 15px 0;
  line-height: 20px; }
  .qykx-foot .qykx-foot-bottom a:hover {
    color: #4aaaff; }

.qykx-report {
  text-align: center;
  top: -50px;
  left: -1px; }
  .qykx-report:hover .qykx-report-bg {
    display: block; }
  .qykx-report:hover .qykx-report-icon {
    background: #97b587;
    color: #f5f5f5; }
  .qykx-report .qykx-report-icon {
    width: 90px;
    font-size: 16px;
    color: #4aaaff;
    background: #b6d6be;
    border-radius: 5px 5px 0 0;
    border: solid 1px #afe296;
    border-bottom: none;
    padding-top: 5px;
    cursor: pointer; }
    .qykx-report .qykx-report-icon span {
      box-sizing: border-box;
      display: block;
      width: 100%;
      padding: 0 10px;
      margin-top: 5px; }
  .qykx-report .qykx-report-bg {
    display: none;
    box-sizing: border-box;
    width: 248px;
    height: 145px;
    background: url(../images/report_bg.png) center no-repeat;
    left: -248px;
    top: -50px;
    padding-top: 90px;
    background-size: cover; }
    .qykx-report .qykx-report-bg a {
      display: block;
      width: 80px;
      height: 29px;
      line-height: 29px;
      text-align: center;
      color: #698e56;
      font-size: 14px;
      background: #f5f5f5;
      border-radius: 4px;
      margin: 0 auto; }
      .qykx-report .qykx-report-bg a:hover {
        background: #fff; }

.notfound-icon img {
  width: 400px; }

.notfound-h2 {
  font-size: 30px;
  color: #444;
  margin: -40px 0 30px;
  font-weight: bold; }
  .notfound-h2 span {
    color: #4aaaff; }

.notfound-tip {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 100px; }
  .notfound-tip a {
    color: #4aaaff; }
  .notfound-tip span {
    padding: 0 15px; }

.loading-img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px; }

/*# sourceMappingURL=home.css.map */
